dvb_read_section_with_id

@brief read MPEG-TS tables that comes from a DTV card with an specific table section ID @ingroup frontend_scan

@param parms pointer to struct dvb_v5_fe_parms created when the frontend is opened @param dmx_fd an opened demux file descriptor @param tid Table ID @param pid Program ID @param ts_id Table section ID (for multisession filtering). If no specific table section is needed, -1 should be used @param table pointer to a pointer for the table struct to be filled @param timeout limit, in seconds, to read a MPEG-TS table

This is a variant of dvb_read_section() that also seeks for an specific table section ID given by ts_id.

extern (C)
int
dvb_read_section_with_id
(,
int dmx_fd
,
ubyte tid
,
ushort pid
,
int ts_id
,
void** table
,
uint timeout
)

Meta